home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / datacomm / 557 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.0 KB

  1. Path: news.qb.island.net!frontier!rfunk
  2. Subject: Re: PPP cant init serial.device
  3. Newsgroups: comp.sys.amiga.datacomm
  4. References: <4br5oj$6uq@yarrow.wt.com.au> <2780.6569T1404T1636@ptialaska.net> <19960114.7D18F40.C39B@daemon.apana.org.au.apana.org.au> <19960114.11AC7B0.A0A2@olympus.net> <4dpufm$j40@news2.delphi.com>
  5. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  6. From: rfunk@frontier.island.net (Ron_Funk)
  7. Message-ID: <rfunk.08tl@frontier.island.net>
  8. Date: Fri, 26 Jan 96 15:18:21 PST
  9. Organization: The Final Frontier
  10.  
  11. Joanne Dow (jdow@BIX.com) wrote:
  12. : In article <19960114.11AC7B0.A0A2@olympus.net>,
  13. :    dons@olympus.net (Don Schmelling) wrote:
  14.  
  15. : ----- The script ----                             ----- some annotations
  16. : ECHO ON                                           Makes it easy to watch things
  17. : TIMEOUT 1500                                      Seems reasonable - sorta
  18. : #REDIAL "BUSY"                                    Didn't like this option here
  19. : delay 100                                         Give modem time to "settle".
  20. : send "at&D2"                                      Configure DTR behavior
  21. : wait "OK"                                         Wait for the answer
  22. : delay 5                                           Pause very briefly
  23. : #SEND "ATDT 1 800 698 8621"                       Alternate number 1
  24. : #SEND "ATDT 1 800 741 9259"                       Alternate number 2
  25. : #SEND "ATDT 1 800 779 2966"                       Alternate number 3
  26. : SEND "ATDT 1 800 7944110"                         The real number dialed.
  27. : WAIT "CONNECT"                                    Go get 'em, gang! We're there.
  28. : The script is subject to change on whim or imaginative new requirement. (I wish
  29. : I could drive script, configuration, etc all from an AREXX script....
  30. : Hint Hint! {^_-})
  31.  
  32. Is there a way of get this script to cycle thru a set of phone numbers. I
  33. have 3 or 4 numbers that I could call, it would be nice if one could use
  34. them.
  35.  
  36. thanks for any help...
  37.  
  38.  
  39.     RON
  40.